runtime.timer.rand (field)
4 uses
runtime (current package)
time.go#L65: rand uint32 // randomizes order of timers at same instant; only set when isFake
time.go#L178: return tw.timer.rand < other.timer.rand
time.go#L740: t.rand = cheaprand()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)